PDF Functions
PHP Manual

PDF_set_text_pos

(PHP 4, PECL pdflib >= 1.0.0)

PDF_set_text_posSets text position

Description

void pdf_set_text_pos ( int $pdf document , double $x-coor , double $y-coor )

The PDF_set_text_pos() function sets the position of text for the next pdf_show() function call.

See also PDF_show(), PDF_show_xy().


PDF Functions
PHP Manual